Skip to main content

RadioField

RadioFieldProps
RadioFieldProps
Intersection of
RadioFieldInnerPublicProps
RadioFieldInnerPublicProps
className
string
description
React.ReactNode
display
| "inline"| "block"
errors
FieldErrors
evenly
boolean
gap
| boolean| "padding"| "larger"| "gap"| "gutter"| DeprecatedStackSize
horizontal
boolean
label*
React.ReactNode
labelDescription
React.ReactNode
labelPosition
FieldContainerLabelPosition
orientation
| "horizontal"| "vertical"
required
boolean
reverse
boolean
size
Size
style
React.CSSProperties
useLabelElement
boolean
width
| "none"| "column"| "fluid"
Union of
StaticSingleChoiceFieldProps
StaticSingleChoiceFieldProps
Intersection of
SugaredRelativeSingleField
SugaredRelativeSingleField
Intersection of
UnsugarableRelativeSingleField
UnsugarableRelativeSingleField
UnsugarableLeafField
UnsugarableLeafField
Intersection of
UnsugarableFieldEventListeners
UnsugarableFieldEventListeners
UnsugarableFieldEventListeners
onBeforeUpdate
FieldEventListenerValue<"beforeUpdate", FieldValue>
onInitialize
FieldEventListenerValue<"initialize", FieldValue>
onUpdate
FieldEventListenerValue<"update", FieldValue>
UnsugarableLeafField
defaultValue
OptionallyVariableFieldValue
isNonbearing
boolean
SugaredRelativeSingleField
field*
| string| SugarableRelativeSingleField
SelectFuseOptionsProps
SelectFuseOptionsProps
fuseOptions
| boolean| Fuse.IFuseOptions<ChoiceFieldData.SingleOption<FieldValue>>
StaticSingleChoiceFieldProps
options*
OptionallyVariableStaticOption[]
SimpleDynamicSingleChoiceFieldProps
SimpleDynamicSingleChoiceFieldProps
Intersection of
SugaredRelativeSingleEntity
SugaredRelativeSingleEntity
expectedMutation
ExpectedRelationMutation
field*
| string| SugarableHasOneRelation| SugarableHasOneRelation[]
isNonbearing
boolean
onBeforePersist*
| undefined| EntityAccessor.BeforePersistHandler| Set<EntityAccessor.BeforePersistHandler>
onBeforeUpdate*
| undefined| EntityAccessor.BatchUpdatesHandler| Set<EntityAccessor.BatchUpdatesHandler>
onConnectionUpdate
onInitialize*
| undefined| EntityAccessor.BatchUpdatesHandler| Set<EntityAccessor.BatchUpdatesHandler>
onPersistError*
| undefined| EntityAccessor.PersistErrorHandler| Set<EntityAccessor.PersistErrorHandler>
onPersistSuccess*
| undefined| EntityAccessor.PersistSuccessHandler| Set<EntityAccessor.PersistSuccessHandler>
onUpdate*
| undefined| EntityAccessor.UpdateListener| Set<EntityAccessor.UpdateListener>
setOnCreate
SugaredSetOnCreate
BaseDynamicChoiceFieldOptions
BaseDynamicChoiceFieldOptions
Union of
DynamicChoiceFieldOptionProps
DynamicChoiceFieldOptionProps
DynamicChoiceFieldOptionProps
options*
ChoiceFieldOptionsAsFieldList
DynamicChoiceFieldWithCustomLabelProps
DynamicChoiceFieldWithCustomLabelProps
DynamicChoiceFieldWithCustomLabelProps
optionLabel*
React.ReactNode
options*
ChoiceFieldOptionsAsEntityList
LegacyChoiceFieldWithOptionRenderer
LegacyChoiceFieldWithOptionRenderer
options*
| string| SugaredQualifiedEntityList| SugarableQualifiedEntityList
optionsStaticRender*
| React.ReactElement<any, | string| React.JSXElementConstructor<any>>| (environment: Environment) => React.ReactElement<any, | string| React.JSXElementConstructor<any>>
renderOption*
(entityAccessor: EntityAccessor) => React.ReactNode
Pick
DynamicSingleChoiceFieldProps
DynamicSingleChoiceFieldProps
Intersection of
SugaredRelativeSingleEntity
BaseDynamicChoiceField
BaseDynamicChoiceField
Intersection of
BaseDynamicChoiceFieldOptions
BaseDynamicChoiceFieldOptions
Union of
DynamicChoiceFieldOptionProps
DynamicChoiceFieldOptionProps
DynamicChoiceFieldWithCustomLabelProps
DynamicChoiceFieldWithCustomLabelProps
LegacyChoiceFieldWithOptionRenderer
SelectFuseOptionsProps
BaseDynamicChoiceField
transformOptions
(data: ChoiceFieldData.Options<EntityAccessor>, input: | string| undefined) => ChoiceFieldData.Options<EntityAccessor>